|
Now we can summarize the key features of polymorphism:
Polymorphism is a very powerful feature if it is properly used and can save much development and maintenance time & cost, although this might not be very obvious from this small example. The benefits of polymorphism increase with the complexity of the project. |
|